home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / dmake / save / Test_DMakefile < prev    next >
Encoding:
Makefile  |  1992-12-14  |  61 b   |  5 lines

  1. SYM = this is a test
  2. SYM1 =
  3. a:
  4.    echo $(SYM) $(SYM1::Hello)
  5.